/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

body {
    margin: 0px;
    overflow: hidden;
}

#v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.preloader_div {
	  padding-top:20%;
  text-align:center;

	width:100%;
	height:100%;
	position:fixed;
	 background-color: #dddd1f;
		background-repeat: no-repeat;
		background-attachment: fixed; 
		background-size: cover;
	z-index:10;
}

.percentagestyle {
	text-align: center;
  position: absolute;
    font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #019F8C;
  top: 55%;
  left: 48%;
  	z-index: 10;
}


.labels{
  list-style-type:none;
  margin:0 auto;
  display:inline-block;
  padding: 0px;
  width: 200px;
  height: 30px;
  overflow: hidden;
}

.labels{
  list-style-type:none;
  margin:0 auto;
  display:inline-block;
  padding: 0px;
  width: 200px;
  height: 30px;
  overflow: hidden;
}

.label{
  float:left;
  height:30px;
  line-height:30px;
  padding:0px;
  font-family:Futura,Trebuchet MS,Arial,sans-serif; 
  color:black;
  font-size:20px;
  width:200px;
  position:relative;
  animation:textUp ease 6s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  -webkit-animation:textUp ease 6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
  -moz-animation:textUp ease 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation:textUp ease 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation:textUp ease 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

.loaded.loader-box,.loaded .loader,.loaded .labels{opacity:0;}
.hidden{display:none;}


.fullscreen-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
}

.fullscreen-open {
    background-image: url('media/fullscreen_open.svg');
}

.fullscreen-close {
    background-image: url('media/fullscreen_close.svg');
}

.sd_button {
    background-image: url('img/3.0_controls/btn_sd.png');
	position: fixed;
    top: 5px;
    right: 65px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    z-index: 1;
}

.logo {
	background-image: url('media/logo_sereniaariya.png');
	position: fixed;
    top: 10px;
    left: 10px;
    width: 200px;
    height: 75px;
    cursor: pointer;
    background-size: 100% 100%;
    z-index: 1;
}

.housetype {
	position: fixed;
    top: 80px;
    left: 20px;
    width: 200px;
    height: 75px;
    z-index: 1;
}


.show1 {
	float: right;
		position: fixed;
		right: 10px;
    bottom: 160px;
	background-image: url('img/3.0_controls/btn_l1_off.png');
    cursor: pointer;
    background-size: 80% 80%;
	background-position: 50% 50%;
	 width: 80px;
    height: 80px;
	 background-repeat: no-repeat;
	 display: block;
	
}

.showg {
	float: right;
		position: fixed;
		right: 10px;
    bottom: 80px;
	background-image: url('img/3.0_controls/btn_lg_off.png');
    cursor: pointer;
    background-size: 80% 80%;
	background-position: 50% 50%;
	 width: 80px;
    height: 80px;
	 background-repeat: no-repeat;
	 display: block;
	
}

.showall {
	float: right;
		position: fixed;
		right: 10px;
    bottom: 0px;
	background-image: url('img/3.0_controls/btn_showunit_off.png');
    cursor: pointer;
    background-size: 80% 80%;
	background-position: 50% 50%;
	 width: 80px;
    height: 80px;
	 background-repeat: no-repeat;
	 display: block;

}



.hide1 {
	float: right;
	position: fixed;
	right: 10px;
    bottom: 160px;
	background-image: url('img/3.0_controls/btn_l1_on.png');
    cursor: pointer;
    background-size: 80% 80%;
	background-position: 50% 50%;
	width: 80px;
    height: 80px;
	background-repeat: no-repeat;
	display: none;
}


.hideg {
	float: right;
	position: fixed;
	right: 10px;
    bottom: 80px;
	background-image: url('img/3.0_controls/btn_lg_on.png');
    cursor: pointer;
    background-size: 80% 80%;
	background-position: 50% 50%;
	width: 80px;
    height: 80px;
	background-repeat: no-repeat;
	display: none;

}

.hideall {
	float: right;
		position: fixed;
	right: 10px;
    bottom: 0px;
	background-image: url('img/3.0_controls/btn_showunit_on.png');
    cursor: pointer;
    background-size: 80% 80%;
	background-position: 50% 50%;
	 width: 80px;
    height: 80px;
	 background-repeat: no-repeat;
	 display: none;

}

.toggle-furniture {
	bottom: 10px;
	left: 40%;
  	position: fixed;
	background-image: url('img/3.0_controls/t_furnished_on.png');
    cursor: pointer;
    background-size: 90% 90%;
	background-position: 50% 50%;
	 width: 190px;
    height: 46px;
	 background-repeat: no-repeat;
	 display: block;
	
}

.toggle-no-furniture {
	bottom: 10px;
	left: 40%;
  	position: fixed;
	background-image: url('img/3.0_controls/t_furnished_off.png');
    cursor: pointer;
    background-size: 90% 90%;
	background-position: 50% 50%;
	 width: 190px;
    height: 46px;
	 background-repeat: no-repeat;
	 display: none;
	
}

.toggle-t2_c {
	bottom: 10px;
	left: 20%;
  	position: fixed;
	background-image: url('img/3.0_controls/t2_c.png');
    cursor: pointer;
    background-size: 90% 90%;
	background-position: 50% 50%;
	 width: 190px;
    height: 46px;
	 background-repeat: no-repeat;
}

.toggle-t2_ca {
	bottom: 10px;
	left: 20%;
  	position: fixed;
	background-image: url('img/3.0_controls/t2_ca.png');
    cursor: pointer;
    background-size: 90% 90%;
	background-position: 50% 50%;
	 width: 190px;
    height: 46px;
	 background-repeat: no-repeat;
	 display: none;
}

.toggle-t2_i {
	bottom: 10px;
	left: 40%;
  	position: fixed;
	background-image: url('img/3.0_controls/t2_i.png');
    cursor: pointer;
    background-size: 90% 90%;
	background-position: 50% 50%;
	 width: 190px;
    height: 46px;
	 background-repeat: no-repeat;
}

.toggle-t2_ia {
	bottom: 10px;
	left: 40%;
  	position: fixed;
	background-image: url('img/3.0_controls/t2_ia.png');
    cursor: pointer;
    background-size: 90% 90%;
	background-position: 50% 50%;
	 width: 190px;
    height: 46px;
	 background-repeat: no-repeat;
	 	 display: none;
}

.toggle-t3_i {
	bottom: 10px;
	left: 60%;
  	position: fixed;
	background-image: url('img/3.0_controls/t3_i.png');
    cursor: pointer;
    background-size: 90% 90%;
	background-position: 50% 50%;
	 width: 190px;
    height: 46px;
	 background-repeat: no-repeat;
}

.toggle-t3_ia {
	bottom: 10px;
	left: 60%;
  	position: fixed;
	background-image: url('img/3.0_controls/t3_ia.png');
    cursor: pointer;
    background-size: 90% 90%;
	background-position: 50% 50%;
	 width: 190px;
    height: 46px;
	 background-repeat: no-repeat;
	 	 display: none;
}

.view-unit {
	bottom: 75px;
	left: 40%;
  	position: fixed;
	background-image: url('img/3.0_controls/view-unit.png');
    cursor: pointer;
    background-size: 70% 70%;
	background-position: 50% 50%;
	 width: 176px;
    height: 48px;
	 background-repeat: no-repeat;
	 display: none;
}

.view-unit-t2 {
	bottom: 75px;
	left: 40%;
  	position: fixed;
	background-image: url('img/3.0_controls/view-unit.png');
    cursor: pointer;
    background-size: 70% 70%;
	background-position: 50% 50%;
	 width: 176px;
    height: 48px;
	 background-repeat: no-repeat;
	 display: none;
	 
}

.view-360-t2 {
	bottom: 75px;
	left: 50%;
  	position: fixed;
	background-image: url('img/3.0_controls/view-360.png');
    cursor: pointer;
    background-size: 70% 70%;
	background-position: 50% 50%;
	 width: 176px;
    height: 48px;
	 background-repeat: no-repeat;
	 display: none;
	
}

.view-unit-t3 {
	bottom: 75px;
	left: 40%;
  	position: fixed;
	background-image: url('img/3.0_controls/view-unit.png');
    cursor: pointer;
    background-size: 70% 70%;
	background-position: 50% 50%;
	 width: 176px;
    height: 48px;
	 background-repeat: no-repeat;
	 display:none;
	 
}

.loader {
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #019F8C;
  letter-spacing: 0.2em;
}


.loader::before, .loader::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #019F8C;
  position: absolute;
  -webkit-animation: load .7s infinite alternate ease-in-out;
          animation: load .7s infinite alternate ease-in-out;
}
.loader::before {
  top: 0;
}
.loader::after {
  bottom: 0;
}

@-webkit-keyframes load {
  0% {
    left: 0;
    height: 10px;
    width: 15px;
  }
  50% {
    height: 4px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 10px;
    width: 15px;
  }
}

@keyframes load {
  0% {
    left: 0;
    height: 10px;
    width: 15px;
  }
  50% {
    height: 4px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 10px;
    width: 15px;
  }
}
@keyframes textUp{
  0% {
    top:0px;
    display:relative;
    opacity:0;
  }
  1% {
    top:0px;
    display:relative;
    opacity:1;
  }
  24% {
    top:0px;
    display:relative;
    opacity:1;
  }
  25% {
    top:0px;
    display:none;
    opacity:0;
  }
  26% {
    top:-30px;
    display:relative;
    opacity:0;
  }
  27% {
    top:-30px;
    display:relative;
    opacity:1;
  }
  49% {
    top:-30px;
    display:relative;
    opacity:1;
  }
  50% {
    top:-30px;
    display:none;
    opacity:0;
  }
  51% {
    top:-60px;
    display:relative;
    opacity:0;
  }
  52% {
    top:-60px;
    display:relative;
    opacity:1;
  }
  74% {
    top:-60px;
    display:relative;
    opacity:1;
  }
  75% {
    top:-60px;
    display:none;
    opacity:0;
  }
  76% {
    top:-90px;
    display:relative;
    opacity:0;
  }
  77% {
    top:-90px;
    display:relative;
    opacity:1;
  }
  99% {
    top:-90px;
    display:relative;
    opacity:1;
  }
  100% {
    top:-90px;
    display:none;
    opacity:0;
  }
}
@-webkit-keyframes textUp{
  0% {
    top:0px;
    display:relative;
    opacity:0;
  }
  1% {
    top:0px;
    display:relative;
    opacity:1;
  }
  24% {
    top:0px;
    display:relative;
    opacity:1;
  }
  25% {
    top:0px;
    display:none;
    opacity:0;
  }
  26% {
    top:-30px;
    display:relative;
    opacity:0;
  }
  27% {
    top:-30px;
    display:relative;
    opacity:1;
  }
  49% {
    top:-30px;
    display:relative;
    opacity:1;
  }
  50% {
    top:-30px;
    display:none;
    opacity:0;
  }
  51% {
    top:-60px;
    display:relative;
    opacity:0;
  }
  52% {
    top:-60px;
    display:relative;
    opacity:1;
  }
  74% {
    top:-60px;
    display:relative;
    opacity:1;
  }
  75% {
    top:-60px;
    display:none;
    opacity:0;
  }
  76% {
    top:-90px;
    display:relative;
    opacity:0;
  }
  77% {
    top:-90px;
    display:relative;
    opacity:1;
  }
  99% {
    top:-90px;
    display:relative;
    opacity:1;
  }
  100% {
    top:-90px;
    display:none;
    opacity:0;
  }
}
@-moz-keyframes textUp{
  0% {
    top:0px;
    display:relative;
    opacity:0;
  }
  1% {
    top:0px;
    display:relative;
    opacity:1;
  }
  24% {
    top:0px;
    display:relative;
    opacity:1;
  }
  25% {
    top:0px;
    display:none;
    opacity:0;
  }
  26% {
    top:-30px;
    display:relative;
    opacity:0;
  }
  27% {
    top:-30px;
    display:relative;
    opacity:1;
  }
  49% {
    top:-30px;
    display:relative;
    opacity:1;
  }
  50% {
    top:-30px;
    display:none;
    opacity:0;
  }
  51% {
    top:-60px;
    display:relative;
    opacity:0;
  }
  52% {
    top:-60px;
    display:relative;
    opacity:1;
  }
  74% {
    top:-60px;
    display:relative;
    opacity:1;
  }
  75% {
    top:-60px;
    display:none;
    opacity:0;
  }
  76% {
    top:-90px;
    display:relative;
    opacity:0;
  }
  77% {
    top:-90px;
    display:relative;
    opacity:1;
  }
  99% {
    top:-90px;
    display:relative;
    opacity:1;
  }
  100% {
    top:-90px;
    display:none;
    opacity:0;
  }
}
@-o-keyframes textUp{
  0% {
    top:0px;
    display:relative;
    opacity:0;
  }
  1% {
    top:0px;
    display:relative;
    opacity:1;
  }
  24% {
    top:0px;
    display:relative;
    opacity:1;
  }
  25% {
    top:0px;
    display:none;
    opacity:0;
  }
  26% {
    top:-30px;
    display:relative;
    opacity:0;
  }
  27% {
    top:-30px;
    display:relative;
    opacity:1;
  }
  49% {
    top:-30px;
    display:relative;
    opacity:1;
  }
  50% {
    top:-30px;
    display:none;
    opacity:0;
  }
  51% {
    top:-60px;
    display:relative;
    opacity:0;
  }
  52% {
    top:-60px;
    display:relative;
    opacity:1;
  }
  74% {
    top:-60px;
    display:relative;
    opacity:1;
  }
  75% {
    top:-60px;
    display:none;
    opacity:0;
  }
  76% {
    top:-90px;
    display:relative;
    opacity:0;
  }
  77% {
    top:-90px;
    display:relative;
    opacity:1;
  }
  99% {
    top:-90px;
    display:relative;
    opacity:1;
  }
  100% {
    top:-90px;
    display:none;
    opacity:0;
  }
}
/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }


@media only screen and (max-width: 1000px) {
    
    
.logo {
	background-image: url('media/logo_sereniaariya.png');
	position: fixed;
    top: 10px;
    left: 10px;
    width: 200px;
    height: 75px;
    cursor: pointer;
    background-size: 60% 60%;
     background-repeat: no-repeat;
    z-index: 1;
}

.sd_button {
	position: fixed;
    top: 5px;
    right: 45px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-size: 100% 100%;
    z-index: 1;
}

.housetype {
	position: fixed;
    top: 50px;
    left: 20px;
    width: 200px;
    height: 75px;
    z-index: 1;
}

.fullscreen-button {
    position: absolute;
    float: right;
    top: 5px;
    right: -15px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 60% 60%;
    background-repeat: no-repeat;
    display: none;
    z-index: 1;
}

.show1 {
	float: right;
		position: fixed;
		right: -15px;
    bottom: 80px;
	    cursor: pointer;
    background-size: 40% 40%;
	background-position: 50% 50%;
	 width: 80px;
    height: 80px;
	 background-repeat: no-repeat;
	 display: block;
	
}

.showg {
	float: right;
		position: fixed;
		right: -15px;
    bottom: 40px;
    cursor: pointer;
    background-size: 40% 40%;
	background-position: 50% 50%;
	 width: 80px;
    height: 80px;
	 background-repeat: no-repeat;
	 display: block;
	
}

.showall {
	float: right;
		position: fixed;
		right: -15px;
    bottom: 0px;
	    cursor: pointer;
    background-size: 40% 40%;
	background-position: 50% 50%;
	 width: 80px;
    height: 80px;
	 background-repeat: no-repeat;
	 display: block;

}



.hide1 {
	float: right;
	position: fixed;
	right: -15px;
    bottom: 80px;
	   cursor: pointer;
    background-size: 40% 40%;
	background-position: 50% 50%;
	width: 80px;
    height: 80px;
	background-repeat: no-repeat;
	display: none;
}


.hideg {
	float: right;
	position: fixed;
	right: -15px;
    bottom: 40px;
	   cursor: pointer;
    background-size: 40% 40%;
	background-position: 50% 50%;
	width: 80px;
    height: 80px;
	background-repeat: no-repeat;
	display: none;

}

.hideall {
	float: right;
		position: fixed;
	right: -15px;
    bottom: 0px;
	cursor: pointer;
    background-size: 40% 40%;
	background-position: 50% 50%;
	 width: 80px;
    height: 80px;
	 background-repeat: no-repeat;
	 display: none;

}

.toggle-furniture {
	bottom: 10px;
	left: 20%;
  	position: fixed;
    cursor: pointer;
    background-size: 60% 60%;
	background-position: 50% 50%;
	 width: 100px;
    height: 46px;
	 background-repeat: no-repeat;
	 display: block;
	
}

.toggle-no-furniture {
	bottom: 10px;
	left: 20%;
  	position: fixed;
    cursor: pointer;
    background-size: 60% 60%;
	background-position: 50% 50%;
	 width: 100px;
    height: 46px;
	 background-repeat: no-repeat;
	 display: none;
	
} 


.toggle-t2_c {
	bottom: 10px;
	left: -20px;
  	position: fixed;

    cursor: pointer;
    background-size: 60% 60%;
	background-position: 50% 50%;
	 width: 180px;
    height: 46px;
	 background-repeat: no-repeat;
	
}

.toggle-t2_ca {
	bottom: 10px;
	left: -20px;
  	position: fixed;
	
    cursor: pointer;
    background-size: 60% 60%;
	background-position: 50% 50%;
	 width: 190px;
    height: 46px;
	 background-repeat: no-repeat;
	 display: none;
}

.toggle-t2_i {
	bottom: 10px;
	left: 25%;
  	position: fixed;

    cursor: pointer;
    background-size: 60% 60%;
	background-position: 50% 50%;
	 width: 190px;
    height: 46px;
	 background-repeat: no-repeat;
	  
}

.toggle-t2_ia {
	bottom: 10px;
	left: 25%;
  	position: fixed;

    cursor: pointer;
    background-size: 60% 60%;
	background-position: 50% 50%;
	 width: 180px;
    height: 46px;
	 background-repeat: no-repeat;
	 	 display: none;
}

.toggle-t3_i {
	bottom: 10px;
	left: 58%;
  	position: fixed;

    cursor: pointer;
    background-size: 60% 60%;
	background-position: 50% 50%;
	 width: 180px;
    height: 46px;
	 background-repeat: no-repeat;
}

.toggle-t3_ia {
	bottom: 10px;
	left: 58%;
  	position: fixed;

    cursor: pointer;
    background-size: 60% 60%;
	background-position: 50% 50%;
	 width: 180px;
    height: 46px;
	 background-repeat: no-repeat;
	  display: none;
}

.view-unit {
	bottom: 60px;
	left: 25%;
  	position: fixed;
	background-image: url('img/3.0_controls/view-unit.png');
    cursor: pointer;
    background-size: 50% 50%;
	background-position: 50% 50%;
	 width: 176px;
    height: 48px;
	 background-repeat: no-repeat;
	 display: none;
}

.view-unit-t2 {
	bottom: 60px;
	left: 100px;
  	position: fixed;
	background-image: url('img/3.0_controls/view-unit.png');
    cursor: pointer;
    background-size: 100% 100%;
	background-position: 50% 50%;
	 width: 88px;
    height: 24px;
	 background-repeat: no-repeat;
	 display: none;
	 
}

.view-360-t2 {
	bottom: 60px;
	left: 200px;
  	position: fixed;
	background-image: url('img/3.0_controls/view-360.png');
    cursor: pointer;
    background-size: 100% 100%;
	background-position: 50% 50%;
	 width: 88px;
    height: 24px;
	 background-repeat: no-repeat;
	 display: none;
	
}

.view-unit-t3 {
	bottom: 60px;
	left: 25%;
  	position: fixed;
	background-image: url('img/3.0_controls/view-unit.png');
    cursor: pointer;
    background-size: 50% 50%;
	background-position: 50% 50%;
	 width: 176px;
    height: 48px;
	 background-repeat: no-repeat;
	 display:none;
	 
}


    
}